01. Introduction to Testing

Introduction Heading

Introduction to Testing

ND035 C04 L02 A01 Curriculum V2

Curriculum

Lesson Outline

Here are the main topics we'll explore in this lesson:

  • Basics of testing
  • Where does it fit in with enterprise application creation?
  • What is Unit testing?
  • Junits
  • Introduction to Junits
  • How to write Junit test
  • How to use mocks
  • How to write tests using Mockito
  • Adding tests for the authentication component previously developed in the eCommerce Application